home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util1 / cron250e.zip / VERSION.LOG < prev    next >
Text File  |  1993-03-06  |  3KB  |  46 lines

  1. /* Cron.c
  2.  *
  3.  *  Version   Date   Comment                                       Done By
  4.  *  ======= ======== ============================================= =========
  5.  *    1.00  11/03/88 Initial Version                               K. Foley
  6.  *    1.01  11/06/88 Added the wk_day field and 'e' on min & hour  K. Foley
  7.  *    1.02  11/06/88 Put in the prompt for exit. Final debugging.  K. Foley
  8.  *    1.03  11/16/88 Fixed hourly & monthly bug                    K. Foley
  9.  *    1.04  12/26/88 No longer show run count, show last run       K. Foley
  10.  *    2.05  07/09/89 No longer is resident.  Uses a controlling    K. Foley
  11.  *                   batch file.  Renamed executable to CRON.EXE
  12.  *    2.06  07/11/89 Added verification of executable file.        K. Foley
  13.  *    2.07  07/12/89 Changed the way the dumpcron procedure works  K. Foley
  14.  *    2.18  08/26/89 Added the START parameter/create procedure    K. Foley
  15.  *    2.19  01/13/90 Added display of stop time, changed lastrun   K. Foley
  16.  *                   to laststart.  Added laststop field           K. Foley
  17.  *    2.20  04/19/91 Put in Eval message & tones                   K. Foley
  18.  *    2.21  04/20/91 Changed copyright to 1988-1991                K. Foley
  19.  *    2.22  05/01/91 Changed vid lib to allow for DESQVIEW buffer  K. Foley
  20.  *    2.23  05/02/91 Fixed the PGDN key - was going out of bounds  K. Foley
  21.  *    2.24  05/29/91 Allowed parameter passing after executable    K. Foley
  22.  *    2.25  08/01/91 Fixed install procedure for DOS ver above 3.3 K. Foley
  23.  *    2.26  08/25/91 Changed token reader.  Sscanf was scrambling  K. Foley
  24.  *                   the optional parameters.  Oops.
  25.  *    2.27  03/07/92 Disabled the F1-DOS Shell w/ SECURE parameter K. Foley
  26.  *    2.28  03/08/92 Added parameter display and usage for CRON    K. Foley
  27.  *                   DesqView support removed due to DOS 5 errors.
  28.  *    2.29  04/26/92 Added screen saver.                           K. Foley
  29.  *    2.30  04/26/92 Added hour ranges on incrimental minutes      K. Foley
  30.  *    2.31  04/29/92 Minor modifications for use with Borland C++  K. Foley
  31.  *    2.32  05/01/92 Additional mods for use with BC++ 2.0         K. Foley
  32.  *    2.33  05/02/92 Handled wrapping of hours over midnight       K. Foley
  33.  *    2.34  05/03/92 Wildcarded minutes are no longer valid        K. Foley
  34.  *    2.35  05/04/92 Added the LOG parameter and feature.          K. Foley
  35.  *    2.36  05/11/92 Fixed problem of non display on paging keys   K. Foley
  36.  *                   while screen saver is in operation.
  37.  *    2.46  07/20/92 Added OS2 startup parameters and operation    K. Foley
  38.  *    2.47  07/20/92 Changed launch time from exactly x:00 to      K. Foley
  39.  *                   window around x:00
  40.  *    2.48  01/06/93 Changed advanced evaluation key from ENTER    K. Foley
  41.  *                   to E.  Certain networks stuff an ENTER into
  42.  *                   the keyboard upon exiting the login process.
  43.  *                   Fixed installation for root directories.
  44.  *    2.49  03/02/93 Changed text on CRON START                    K. Foley
  45.  *    2.50  03/05/93 Allowed user to specify screen saver text     K. Foley
  46.